module Base
{
    item WristWatch_Right_DigitalBlack
    {
        DisplayCategory = Accessory,
        ItemType = base:alarmclockclothing,
        Weight = 0.1,
        IconsForTexture = DigitalWatch_Black;DigitalWatch_Grey;DigitalWatch_Shiny,
        AlarmSound = WatchAlarmLoop,
        BodyLocation = base:rightwrist,
        ClothingExtraSubmenu = RightWrist,
        ClothingItem = WristWatch_Right_DigitalBlack,
        ClothingItemExtra = Base.WristWatch_Left_DigitalBlack,
        ClothingItemExtraOption = LeftWrist,
        Cosmetic = true,
        MetalValue = 3.0,
        SoundRadius = 7,
        WorldStaticModel = DigitalWatchBlack,
        Tags = base:digital;base:hasmetal;base:morewhennozombies,
    }

    item WristWatch_Left_DigitalBlack
    {
        DisplayCategory = Accessory,
        ItemType = base:alarmclockclothing,
        Weight = 0.1,
        IconsForTexture = DigitalWatch_Black;DigitalWatch_Grey;DigitalWatch_Shiny,
        AlarmSound = WatchAlarmLoop,
        BodyLocation = base:leftwrist,
        ClothingExtraSubmenu = LeftWrist,
        ClothingItem = WristWatch_Left_DigitalBlack,
        ClothingItemExtra = Base.WristWatch_Right_DigitalBlack,
        ClothingItemExtraOption = RightWrist,
        Cosmetic = true,
        MetalValue = 3.0,
        SoundRadius = 7,
        WorldStaticModel = DigitalWatchBlack,
        Tags = base:digital;base:hasmetal;base:morewhennozombies,
    }

    item WristWatch_Right_DigitalRed
    {
        DisplayCategory = Accessory,
        ItemType = base:alarmclockclothing,
        Weight = 0.1,
        IconsForTextures = DigitalWatch_Red;DigitalWatch_Blue;DigitalWatch_Green,
        AlarmSound = WatchAlarmLoop,
        BodyLocation = base:rightwrist,
        ClothingExtraSubmenu = RightWrist,
        ClothingItem = WristWatch_Right_DigitalRed,
        ClothingItemExtra = Base.WristWatch_Left_DigitalRed,
        ClothingItemExtraOption = LeftWrist,
        Cosmetic = true,
        MetalValue = 3.0,
        SoundRadius = 7,
        WorldStaticModel = DigitalWatchRed,
        Tags = base:digital;base:hasmetal;base:morewhennozombies,
    }

    item WristWatch_Left_DigitalRed
    {
        DisplayCategory = Accessory,
        ItemType = base:alarmclockclothing,
        Weight = 0.1,
         IconsForTextures = DigitalWatch_Red;DigitalWatch_Blue;DigitalWatch_Green,
        AlarmSound = WatchAlarmLoop,
        BodyLocation = base:leftwrist,
        ClothingExtraSubmenu = LeftWrist,
        ClothingItem = WristWatch_Left_DigitalRed,
        ClothingItemExtra = Base.WristWatch_Right_DigitalRed,
        ClothingItemExtraOption = RightWrist,
        Cosmetic = true,
        MetalValue = 3.0,
        SoundRadius = 7,
        WorldStaticModel = DigitalWatchRed,
        Tags = base:digital;base:hasmetal;base:morewhennozombies,
    }

    item WristWatch_Right_Expensive
    {
        DisplayCategory = Accessory,
        ItemType = base:alarmclockclothing,
        ClothingItem = WristWatch_Right_Expensive,
        BodyLocation = base:rightwrist,
        Icon = Watch_Expensive,
        Weight = 0.2,
        ClothingItemExtra = Base.WristWatch_Left_Expensive,
        ClothingItemExtraOption = LeftWrist,
        ClothingExtraSubmenu = RightWrist,
        Cosmetic = true,
        AlarmSound = WatchAlarmLoop,
        SoundRadius = 7,
        MetalValue = 3.0,
        Tags = base:ignorezombiedensity;base:hasmetal;base:ismemento;base:digital,
        WorldStaticModel = WatchExpensive,
    }

    item WristWatch_Left_Expensive
    {
        DisplayCategory = Accessory,
        ItemType = base:alarmclockclothing,
        ClothingItem = WristWatch_Left_Expensive,
        BodyLocation = base:leftwrist,
        Icon = Watch_Expensive,
        Weight = 0.2,
        ClothingItemExtra = Base.WristWatch_Right_Expensive,
        ClothingItemExtraOption = RightWrist,
        ClothingExtraSubmenu = LeftWrist,
        Cosmetic = true,
        AlarmSound = WatchAlarmLoop,
        SoundRadius = 7,
        MetalValue = 3.0,
        Tags = base:ignorezombiedensity;base:hasmetal;base:ismemento;base:digital,
        WorldStaticModel = WatchExpensive,
    }
}
